Expand description
The main types you want to look are are Painter
and EguiGlow
.
If you are writing an app, you may want to look at eframe
instead.
Feature flags
-
clipboard
— For thewinit
integration: enable cut/copy/paste to os clipboard.if disabled a clipboard will be simulated so you can still copy/paste within the egui app.
-
links
— For thewinit
integration: enable opening links in a browser when an egui hyperlink is clicked. -
screen_reader
— Experimental support for a screen reader. -
puffin
— Enable profiling with thepuffin
crate. -
winit
— Enablewinit
integration.
Optional dependencies
document-features
— Enable this when generating docs.
Re-exports
Modules
Macros
Check for OpenGL error and report it using tracing::error
.
Check for OpenGL error and report it using tracing::error
.